﻿2026-06-15T13:34:12.2041472Z ##[group]Run actions/checkout@v5
2026-06-15T13:34:12.2042641Z with:
2026-06-15T13:34:12.2043268Z   fetch-depth: 0
2026-06-15T13:34:12.2044005Z   repository: SaberMage/spt-core
2026-06-15T13:34:12.2051886Z   token: ***
2026-06-15T13:34:12.2052538Z   ssh-strict: true
2026-06-15T13:34:12.2053210Z   ssh-user: git
2026-06-15T13:34:12.2053875Z   persist-credentials: true
2026-06-15T13:34:12.2054609Z   clean: true
2026-06-15T13:34:12.2055291Z   sparse-checkout-cone-mode: true
2026-06-15T13:34:12.2056110Z   fetch-tags: false
2026-06-15T13:34:12.2056801Z   show-progress: true
2026-06-15T13:34:12.2057488Z   lfs: false
2026-06-15T13:34:12.2058132Z   submodules: false
2026-06-15T13:34:12.2058831Z   set-safe-directory: true
2026-06-15T13:34:12.2060437Z ##[endgroup]
2026-06-15T13:34:12.2890733Z Syncing repository: SaberMage/spt-core
2026-06-15T13:34:12.2892958Z ##[group]Getting Git version info
2026-06-15T13:34:12.2894201Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T13:34:12.2896007Z [command]/usr/bin/git version
2026-06-15T13:34:12.2913251Z git version 2.43.0
2026-06-15T13:34:12.2930756Z ##[endgroup]
2026-06-15T13:34:12.2942104Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cd974eba-5b27-48d3-b9fc-9a615a5d7c13' before making global git config changes
2026-06-15T13:34:12.2944445Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T13:34:12.2946358Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T13:34:12.2976214Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T13:34:12.2993359Z https://github.com/SaberMage/spt-core
2026-06-15T13:34:12.3003947Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T13:34:12.3006061Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T13:34:12.3023685Z HEAD
2026-06-15T13:34:12.3056075Z ##[endgroup]
2026-06-15T13:34:12.3056999Z [command]/usr/bin/git submodule status
2026-06-15T13:34:12.3241115Z ##[group]Cleaning the repository
2026-06-15T13:34:12.3242703Z [command]/usr/bin/git clean -ffdx
2026-06-15T13:34:12.3271661Z Removing traceable-reqs
2026-06-15T13:34:12.3277847Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T13:34:12.3366272Z HEAD is now at 4540629 Merge 23e53fc39ba7d7d4efb34e086e13cd1cc03ddf28 into 1fc700baa4fd92c86c43744469cbd074dc4c23fa
2026-06-15T13:34:12.3371936Z ##[endgroup]
2026-06-15T13:34:12.3373528Z ##[group]Disabling automatic garbage collection
2026-06-15T13:34:12.3376152Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T13:34:12.3403029Z ##[endgroup]
2026-06-15T13:34:12.3404146Z ##[group]Setting up auth
2026-06-15T13:34:12.3408294Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T13:34:12.3433923Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T13:34:12.3625312Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T13:34:12.3652263Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T13:34:12.3833771Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T13:34:12.3860091Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T13:34:12.4049523Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T13:34:12.4078915Z ##[endgroup]
2026-06-15T13:34:12.4080485Z ##[group]Fetching the repository
2026-06-15T13:34:12.4086580Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +4540629cd05ffb7eed0359beacf84e6f8edeee8c:refs/remotes/pull/16/merge
2026-06-15T13:34:13.3589555Z ##[endgroup]
2026-06-15T13:34:13.3590141Z ##[group]Determining the checkout info
2026-06-15T13:34:13.3590996Z ##[endgroup]
2026-06-15T13:34:13.3595150Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T13:34:13.3633031Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T13:34:13.3658351Z ##[group]Checking out the ref
2026-06-15T13:34:13.3660873Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T13:34:13.3701494Z HEAD is now at 4540629 Merge 23e53fc39ba7d7d4efb34e086e13cd1cc03ddf28 into 1fc700baa4fd92c86c43744469cbd074dc4c23fa
2026-06-15T13:34:13.3704257Z ##[endgroup]
2026-06-15T13:34:13.3736109Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T13:34:13.3756927Z 4540629cd05ffb7eed0359beacf84e6f8edeee8c
